Skip to content

fix: Expand tilde for chdir (issue #389) #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2025
Merged

Conversation

richeney
Copy link
Contributor

@richeney richeney commented Jul 9, 2025

Pull Request

Issue

Fixes #389

Description

Expands ~ with $env:HOME if found in moduleFolderPath

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

Copy link
Member

@jaredfholgate jaredfholgate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need to make it work across all operating systems.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Author Feedback 👂 Needs the author to provide feedback label Jul 9, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs: Author Feedback 👂 Needs the author to provide feedback label Jul 9, 2025
Copy link
Contributor Author

@richeney richeney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested a re-bootstrap and then rerun CI & CD workflows successfully, again in pwsh on Ubuntu on Win 11 ARM WSL.

@richeney richeney changed the title Expand tilde for chdir fix: Expand tilde for chdir (issue #389) Jul 9, 2025
@richeney richeney requested a review from jaredfholgate July 11, 2025 11:15
Copy link
Member

@jaredfholgate jaredfholgate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jaredfholgate jaredfholgate merged commit 66ce390 into Azure:main Jul 11, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: chdir error if tilde (~) is in module path
2 participants